runtime.traceBufQueue.empty (method)
4 uses
	runtime (current package)
		trace.go#L658: 		if !trace.full[gen%2].empty() {
		trace.go#L662: 			if !trace.full[1-(gen%2)].empty() {
		trace.go#L837: 		if !trace.full[gen%2].empty() {
		tracebuf.go#L160: func (q *traceBufQueue) empty() bool {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |